SftTree/NET 2.0

MinWidth Property, ColumnClass Class

Softel vdm, Inc.

Defines the minimum width of the column while the user resizes the column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MinWidth As Integer

C#   

public int MinWidth { get; set; }

C++   

public: property int MinWidth {
        int get();
        void set(int value);
}

Property Value

The minimum width in pixels or 0 if no minimum width is defined.

The default value is 0.

Comments

The MinWidth property defines the minimum width of the column while the user resizes the column.

The minimum width affects user resizing of the column only. An application can define a column width (Width property) that is not constrained by the MinWidth and MaxWidth properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com